projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bf7006
)
* indent.c (Fvertical_motion): Fix == vs = typo.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 24 Sep 2011 16:15:32 +0000
(09:15 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 24 Sep 2011 16:15:32 +0000
(09:15 -0700)
src/ChangeLog
patch
|
blob
|
history
src/indent.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 4eac1d78db78ca5301759acf4d04d2e36f5e586d..68c0054114c9bde65463fb1b399f550d733a43d2 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2011-09-24 Paul Eggert <eggert@cs.ucla.edu>
+
+ * indent.c (Fvertical_motion): Fix == vs = typo.
+
2011-09-24 Eli Zaretskii <eliz@gnu.org>
* dispnew.c (syms_of_display) <redisplay-dont-pause>: Default
diff --git
a/src/indent.c
b/src/indent.c
index e6629ef5811279e58c7942b28990b8b671cfdda9..a70b7971b961a22dc202851d7cb3c9487eba6861 100644
(file)
--- a/
src/indent.c
+++ b/
src/indent.c
@@
-2041,7
+2041,7
@@
whether or not it is currently displayed in some window. */)
it_overshoot_count++;
}
if (!it_overshoot_count)
- it_overshoot_count =
=
-1;
+ it_overshoot_count = -1;
}
else
it_overshoot_count =